LMD-Tools 6.1 - HTML Support
(© by LMD Innovative, (http://www.lmd.de or http://www.lmdtools.com)
The following table lists all standard and LMD
HTML tags which are recognized by ParsePack/TextPack classes or components.
Please note that unlike standard HTML definition <HTML></HTML> tags are not
necessarily required, of ParserClass property is set correctly.
| HTML Tag (Standard) | Description |
| <b></b> | Bold |
| <i></i> | Italics |
| <u></u> | Underlined |
| <s></s> | Strikeout |
| <sub></sub> | Subscript |
| <sup></sup> | Superscript |
| <small></small> | Courier, font size 2 |
| <big></big> | Courier + Bold |
| <em></em> | Italic |
| <strong></strong> | Bold |
| <code></code> | Courier |
| <var></var> | Italic, Bold |
| <cite></cite> | Italic, bold |
| <font face= size=| point-size= color=></font> | Use font with given size and color |
| <tt> | Switch to Courier font |
| <br> | New line |
| <p align=> | New paragraph, align may be LEFT, CENTER, RIGHT |
| <hr> | Horizontal line |
| <img src= width= height= imageindex=></img> | Display of image.ImageIndex
refers to index in TLMDImageList or TLMDBitmapList component |
| <a href=| mailto=></a> | Standard Links |
| <table bgcolor= cellspacing= border= cellpadding= width= align= valign=></table> | Support of tables |
| <td></td> | Table cell |
| <th></th> | Header cell |
| <tr></tr> | Table line. |
| <ol><li></li></ol> | Ordered list |
| <ul><li></li></ul> | Unordered list |
| <h?></h?> | Headings 1..6 |
| Standard HTML control tags (radio, checkbox, list, text, password, button, textarea, submit, reset, file, select, option) <input type=></input> |
| HTML Tag (additional LMD tags) | Description |
| <control vclclass= width= height= name=> | vclclass tag allows embedding of any Delphi control into HTML text (check TLMDTextPanel help topic) |
| <repeat count=></repeat> | Repeats surrounded code count times. |
| <sunken lightcolor= lightdepth=></sunken> | Sunken 3D effect |
| <raised lightcolor= lightdepth=></raised> | Raised 3D effect |
| <pcolor style= lightcolor= lightdepth= shadowcolor= shadowdepth=></pcolor> | |
| <~~> | Variables, e.g. <~~myVariable>, for use with OnGetVariable |
| <tree></tree> | Tree items |
| <item></item> | Tree items |
| Additional parameter variable: =~~ | To be used instead of fixed parameter |
| Support of special chars (like €, ü, ö, ...) |
© 2002 by LMD Innovative Germany
All other trademarks are acknowledged.